home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / ed3demo.zip / ED.ZIP / CONFIG / LANG_EIF.XX_ / LANG_EIF.XX
Text File  |  1994-05-07  |  2KB  |  155 lines

  1.  
  2. ; Eiffel Language Keywords for ED Color Syntax Highlighting
  3. ;  Derived from "Object-oriented Software Construction"
  4. ; Last change:  7 May 94
  5.  
  6.  
  7. ; Reserved Words
  8. [Keywords]
  9. and
  10. as
  11. check
  12. class
  13. Clone
  14. Create
  15. Current
  16. debug
  17. deferred
  18. div
  19. do
  20. else
  21. elsif
  22. end
  23. ensure
  24. Equal
  25. export
  26. external
  27. false
  28. feature
  29. Forget
  30. from
  31. if
  32. inherit
  33. invariant
  34. is
  35. language
  36. like
  37. local
  38. loop
  39. mod
  40. name
  41. nochange
  42. not
  43. old
  44. once
  45. or
  46. redefine
  47. rename
  48. require
  49. rescue
  50. Result
  51. retry
  52. then
  53. until
  54. variant
  55. Void
  56.  
  57.  
  58. [Types]
  59. BOOLEAN
  60. CHARACTER
  61. INTEGER
  62. REAL
  63. STRING
  64.  
  65.  
  66. ; Strings
  67. [User 1]
  68. append
  69. char_string
  70. clear
  71. duplicate
  72. enter
  73. entry
  74. fill_blank
  75. gt
  76. hash_code
  77. head
  78. le
  79. left_adjust
  80. length
  81. prepend
  82. remove_all_occurrences
  83. remove_char
  84. resize
  85. right_adjust
  86. same_as
  87. share
  88. shared_with
  89. size
  90. string_char
  91. substring
  92. tail
  93. to_c
  94. to_integer
  95. to_lower
  96. to_upper
  97.  
  98.  
  99. ; Files
  100. [User 2]
  101. close
  102. creatable
  103. date
  104. error
  105. executable
  106. exists
  107. lastchar
  108. lastint
  109. laststring
  110. next_line
  111. open_append
  112. open_read
  113. open_write
  114. putbool
  115. putbool_nl
  116. putchar
  117. putchar_nl
  118. putint
  119. putint_nl
  120. putreal
  121. putreal_nl
  122. putstring
  123. putstring_nl
  124. readable
  125. set_error_output
  126. unset_error_output
  127. writable
  128.  
  129.  
  130. ;-----------------------------------------------------
  131. ; See "Template Creation" in the on line help and "Tool|Charts|ED Templates"
  132. ; for information on adding and modifying code templates.
  133.  
  134. [Templates]
  135. bo    boolean
  136. ch    character 
  137. cl    class 
  138. def    deferred 
  139. en    ensure 
  140. ex    external 
  141. fa    false
  142. fe    feature 
  143. in    inherit 
  144. inv    invariant 
  145. la    language
  146. lo    local 
  147. na    name 
  148. re    redefine 
  149. st    string
  150. th    then 
  151. va    variant 
  152.  
  153.  
  154. ;##-- eof --##
  155.